Name | Description | |
---|---|---|
ButtonsStackChild | ||
NGenericDataCellEditorSchema | Schema associated with NDataCellEditor. | |
NullLabelChild | ||
ValueEditorChild |
The following tables list the members exposed by NGenericDataCellEditor<TValueEditor>.
Name | Description | |
---|---|---|
ButtonsStackChild | ||
NGenericDataCellEditorSchema | Schema associated with NDataCellEditor. | |
NullLabelChild | ||
ValueEditorChild |
Name | Description | |
---|---|---|
ButtonsStack | Gets or sets the stack panel that contains the buttons of the editor. | |
NullLabel | Gets or sets the null label, which is displayed over the value editor, if the current value is null. | |
ValueEditor | Gets or sets the value editor. |
Name | Description | |
---|---|---|
CanCopy | Overridden. Determines whether the this cell can copy its content on the clipboard. | |
CanCut | Overridden. Determines whether the this cell can cut its content on the clipboard. | |
CanPaste | Overridden. Determines whether the this cell can accept pasted content from the clipboard. | |
Copy | Overridden. Copies the content of the specified data cell on the clipboard. | |
Cut | Overridden. Cuts the content of the specified data cell on the clipboard. | |
GetValue | Overloaded. Overridden. | |
Paste | Overridden. Pastes the content from the clipboard inside the this cell. | |
SetValue | Overloaded. Overridden. |
Name | Description | |
---|---|---|
ArrangeContent | Overridden. Overriden to arrange the editor and the buttons | |
CreateButtons | Overridable which creates the buttons of the editor. | |
GetValueEditorValue | Must override to get a non-null value from the editor. | |
MeasureContent | Overridden. Overriden to measure the editor and the buttons | |
OnNullButtonCheckedChanged | ||
SetValueEditorValue | Must override to set a non-null value to the editor. |